home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / ResEdit™ 3.0d1 / ResEdit™ 3.0d1 / ResEdit™ 3.0d1.rsrc / VDL_260_Resource.TMPL.bin < prev    next >
Text File  |  1996-04-23  |  593b  |  19 lines

  1. Margin(10, 10, 10, 10)
  2.     DynamicListMargin( "TMPL Tokens: ", tokens, Width = UseParent )
  3.         DynamicVList(tokens, TMPLEntry, Editable, Width = UseParent)
  4.             Margin(2,2,2,2, Width = UseParent)
  5.                 Margin(1,1,1,1, Width = UseParent)
  6.                     HList(Width = UseParent)
  7.                         {
  8.                         Margin(2,2,2,2)
  9.                             HList(Width = 75)
  10.                                 {
  11.                                 Spacer(Height  = 1, Width = UseParent);
  12.                                 StaticText("Token # ");
  13.                                 StaticText(ContextElementIndex);
  14.                                 }
  15.                                 
  16.                         EditText(code, Chars(4), Width = 40);
  17.                         Spacer(Height = 0, Width = 3);
  18.                         EditText(label, Width = UseParent);
  19.                         }